projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87ff53
)
fix typo in comment
author
Adrian Robert
<Adrian.B.Robert@gmail.com>
Wed, 21 Jan 2009 22:26:32 +0000
(22:26 +0000)
committer
Adrian Robert
<Adrian.B.Robert@gmail.com>
Wed, 21 Jan 2009 22:26:32 +0000
(22:26 +0000)
src/nsmenu.m
patch
|
blob
|
history
diff --git
a/src/nsmenu.m
b/src/nsmenu.m
index 6f9f3728dee87bf3b4dd89c7e94bba8f1a1754ca..393c4f4d87261aa500236ae39412451d82750d3f 100644
(file)
--- a/
src/nsmenu.m
+++ b/
src/nsmenu.m
@@
-589,7
+589,7
@@
name_is_separator (name)
}
-/* parse a w
di
get_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>')
+/* parse a w
id
get_value's key rep (examples: 's-p', 's-S', '(C-x C-s)', '<f13>')
into an accelerator string */
-(NSString *)parseKeyEquiv: (char *)key
{